Skip to content

Added SDL_HINT_APP_NAME#124

Open
upcz wants to merge 1 commit into
projectM-visualizer:masterfrom
upcz:master
Open

Added SDL_HINT_APP_NAME#124
upcz wants to merge 1 commit into
projectM-visualizer:masterfrom
upcz:master

Conversation

@upcz
Copy link
Copy Markdown

@upcz upcz commented May 24, 2026

No description provided.

Copy link
Copy Markdown
Member

@kblaschke kblaschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please amend your commit to remove the comment regarding the ::name() return value, then I can merge the PR.

const char* SDLRenderingWindow::name() const
{
return "SDL2 Rendering Window";
return "SDL2 Rendering Window"; // Why..? This isn't used anywhere
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because this method must be implemented, please read the docs:
https://docs.pocoproject.org/current/Poco.Util.Subsystem.html#36011

Please remove this comment, then I can merge the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants